跳到主要内容

comment

Comment object.

Properties

NameTypeDescription
IdstringThe comment ID.
DataCommentDataAn object which contains the comment data.

Type

Object

Example

var comment = {
"Id": "1_631",
"Data": {
"UserName": "John Smith",
"Text": "comment",
"Time": "1662737941471",
"Solved": true,
"Replies": [
{
"UserName": "Mark Potato",
"Text": "reply 1",
"Time": "1662740895892",
"Solved": false
}
]
}
}